home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / lib / partman / active_partition / 87delete / choices next >
Encoding:
Text File  |  2009-04-19  |  300 b   |  20 lines

  1. #!/bin/sh
  2.  
  3. . /lib/partman/lib/base.sh
  4.  
  5. dev=$1
  6. id=$2
  7. cd $dev
  8.  
  9. open_dialog GET_LABEL_TYPE
  10. read_line label
  11. close_dialog
  12.  
  13. # Disable on devices where there is no "real" partitioning
  14. if [ "$label" = loop ]; then
  15.     exit 0
  16. fi
  17.  
  18. db_metaget partman-partitioning/text/delete description
  19. printf "delete\t${RET}\n"
  20.